CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 字符串

搜索资源列表

  1. C-experimentation

    0下载:
  2. (C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:王阿万
  1. LCString_in-C

    0下载:
  2. 搜寻最长相同字符串,LCString 用C语言写成-Search LCString in two strings
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3480
    • 提供者:lsn
  1. C

    0下载:
  2. 文章编辑问题 1.分别统计出其中英文字母数和空格数及整篇文章总字数; 2.统计某一字符串在文章中出现的次数,并输出该次数 3.删除某一子串,并将后面的字符前移 4.存储结构使用线性表,分别用几个子函数实现相应的功能 -Article Edit Question 1. Are the statistics of the number of letters and spaces in which the number and total number of words the w
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2297
    • 提供者:zhuyunfeng
  1. C-string-operations-Daquan

    0下载:
  2. C语言字符串操作大全,汇聚几乎所有字符串函数及其详细解析,对新手编程有莫大的帮助-C-string operations Daquan, brought together almost all the string functions and their detailed analysis of novice programming of great help
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:8054
    • 提供者:ziyu
  1. UsartDrive

    0下载:
  2. stm32串口程序,利用超时判断字符串判断字符串结束。-stm32 serial procedures, using string to determine the time-out to determine the end of the string.
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1071328
    • 提供者:胡建福
  1. C

    0下载:
  2. 整数转换为字符串的C/C++程序,可以自己改成其他应用。-Integer into a string of C/C++ program that can change their other applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:3370
    • 提供者:姬斌
  1. searchemail.c.tar

    0下载:
  2. 通过对一堆字符串分析,找出正确的email。并将其打印出来-Through analysis of a bunch of strings, find the correct email. And print it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:610
    • 提供者:刘永
  1. C

    0下载:
  2. 求质数,牛顿迭代法,最大字符串,输出钻石字符串,比较字符串的大小-prime,string,diamond string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2779
    • 提供者:常项项
  1. c-

    0下载:
  2. 可在字符串中任意位置截取任意长度,随意截取-char choose file
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:11693
    • 提供者:雨田
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. CSharpstring

    0下载:
  2. C#字符串处理,包括对C#字符串的所有处理功能-process the C# string
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3853
    • 提供者:guobinshi
  1. C-C-PP-string-function

    0下载:
  2. 字符串函数,C语言常用到的,参考资料-C/C++ String function
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2699
    • 提供者:lenney
  1. C-Software-design

    0下载:
  2. 分数统计 要求:(1)输入某班级学生的姓名、分数; (2)对(1)的分数进行降幂排列并输出; (3)具有输入输出界面。 打字程序 要求:(1)随即产生一字符串,每次产生的字符串内容、长度都不同; (2)根据(1)的结果,输入字符串,判断输入是否正确,输出正确率; (3)具有输入输出界面。 文本编辑器 要求:(1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 加密 要求:(1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5575
    • 提供者:戴永刚
  1. CPP-knowledge

    0下载:
  2. C++ 字符串知识,包括字符串的定义、使用,以及更高意义上的应用!知识点全,详细,方便临时查找学快速学习!-C++ string knowledge, including the definition of a string, use, and a higher sense of Knowledge points, a detailed, easy temporary Find learning to learn quickly!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:112040
    • 提供者:张明
  1. c-cPPkehou

    0下载:
  2. 键盘输入字符串 统计各个字符出现的次数 c\c++实现 键盘输入 求出两个数的最小公倍数和最大公约数c c++实现 单链表实现学生信息输出平均分最高的学生的学号成绩名字等结构体c c++实现 -The keyboard input string statistics each character in the frequency of c \ c++ realized Keyboard input for a minimum of two Numbers LCD and the
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:1233
    • 提供者:王攀峰
  1. c-program

    0下载:
  2. main函数中结构数组a中存储了5个职员的工资信息(这里称每个职员的工资信息为一条“记录”)。sift函数的形参cond接收筛选条件字符串,函数实现从s指向数组元素开始的n个元素中筛选出所有wage符合筛选条件的记录并将这些记录复制到res指向的结构数组。函数返回res数组中存储的记录数(筛选结果)。-The main function is stored in an array of structures a five staff wages (here referred to the inf
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:8447
    • 提供者:贾明
  1. string-and-regular

    0下载:
  2. C#字符串和正则表达式参考手册,包括字符串的一般处理方法,与常见的正则表达式。-C# string and regular expression reference manual
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:8942685
    • 提供者:张梅
  1. c

    0下载:
  2. 查找一个字符串中的数字,返回将数字乘以2的结果;计算一个自符串的单词个数;适于初学者-Find a string of numbers, returns the number multiplied by 2 results, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1869
    • 提供者:陈晓
  1. C

    0下载:
  2. c语言字符串函数详解平时积累的关于指针函数的笔记-c language string functions Detailed usually accumulated on the pointer function of Notes
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2239
    • 提供者:李顺功
  1. strconv

    0下载:
  2. 如何在各种字符串类型之间进行转换 本主题演示如何将各种 Visual C++ 字符串类型转换为其他字符串。 可以转换的字符串类型包括 char *、wchar_t*、_bstr_t、CComBSTR、CString、basic_string 和 System.String。 在所有情况下,在将字符串转换为新类型时,都会创建字符串的副本。 对新字符串进行的任何更改都不会影响原始字符串,反之亦然。 -How to: Convert Between Various String Types
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3939
    • 提供者:吉祥
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com